Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / nMSI<lOSI> Class / OnDpiChanged Method


In This Topic
    OnDpiChanged Method (nMSI<lOSI>)
    In This Topic
    Called when the DPI at which this View is rendered changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnDpiChanged( _
       ByVal fnSI As System.Windows.DpiScale, _
       ByVal GnSI As System.Windows.DpiScale _
    ) 
    'Usage
     
    
    Dim instance As nMSI(Of lOSI)
    Dim fnSI As System.Windows.DpiScale
    Dim GnSI As System.Windows.DpiScale
     
    instance.OnDpiChanged(fnSI, GnSI)
    protected override void OnDpiChanged( 
       System.Windows.DpiScale fnSI,
       System.Windows.DpiScale GnSI
    )

    Parameters

    fnSI
    GnSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also